func net/http.noResponseBodyExpected
4 uses
net/http (current package)
transfer.go#L122: t.ResponseToHEAD = noResponseBodyExpected(t.Method)
transfer.go#L247: func noResponseBodyExpected(requestMethod string) bool {
transfer.go#L558: if noResponseBodyExpected(t.RequestMethod) || !bodyAllowedForStatus(t.StatusCode) {
transfer.go#L692: if noResponseBodyExpected(requestMethod) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)